github.com/go-pg/pg/v10/orm.Query.update (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		query.go#L1116: 	return q.update(scan, false)
		query.go#L1128: 	return q.update(scan, true)
		query.go#L1131: func (q *Query) update(values []interface{}, omitZero bool) (Result, error) {